home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / cm110.zip / CM1.HLP < prev    next >
Text File  |  1992-11-16  |  11KB  |  292 lines

  1.                    This is the Help File for the
  2.                       CABLE MASTER 1 SOFTWARE
  3.  
  4. There are literally thousands of possible cables used to make
  5. connections between terminals, PCs, printers, modems, and other
  6. types of serial communication devices.
  7.  
  8. End users, systems integrators, and service technicians are
  9. frequently called on to find the correct wiring configuration for
  10. cables between two different RS232 devices. Often a similar cable
  11. may have already been configured or an existing cable may already
  12. be in use.
  13.  
  14. The Cable Master system makes it easy to "look inside" a cable to
  15. see how it is wired and to document "which cable is supposed to
  16. do what."
  17.  
  18.  
  19. THE PACKAGE
  20.  
  21. The Cable Master package allows an IBM PC (or compatible including
  22. the PS/2) to examine cables to determine the exact internal wiring
  23. of the cable.
  24.  
  25.                       ┌───────────────────┐
  26.                       │           a  b    │
  27.                       │           │  │    │
  28.                       │           │  │    │
  29.                       │CableMaster        │
  30.                       └───────────────────┘
  31.  
  32. Attaching to the serial port of the PC, the hardware is a small
  33. "black box" with cable-scanning circuitry that checks for
  34. continuity with each and every pin on the cable to determine
  35. exactly how each pin is used.
  36.  
  37. The Cable Master software determines the wiring diagram for the
  38. cable. The diagram is displayed on the screen of the PC and is
  39. compared to a list of commonly encountered cables.
  40.  
  41. The Cable Master package consists of two parts: the ID200H cable
  42. scanning hardware and the Cable Master software. The user supplies
  43. an IBM PC, PS/2, or compatible and the DOS operating system.
  44.  
  45. The package installs in less than a minute without tools (and
  46. without turning off the PC or opening its case). Simply attach the
  47. hardware to the PC's serial port and load the Cable Master software
  48. from the diskette.
  49.  
  50.  
  51. THE HARDWARE
  52.  
  53. The ID200H hardware is a cable scanning test instrument which
  54. operates under the control of software on an IBM PC, PS/2, or
  55. compatible. Specifically designed to scan and test cables, the
  56. hardware attaches to the serial port of an IBM PC.
  57.  
  58. There are three connectors on the ID200H hardware. The host port
  59. connector (at the end of the RS232 cable) connects to the serial
  60. port of the PC. The hardware uses this connection to communicate
  61. with the PC and the Cable Master software. This connection also
  62. provides power to the Cable Master hardware.
  63.  
  64. The hardware uses five of the signals on the serial interface to
  65. operate. These signals are:
  66.  
  67.      TD        2    power to scanner
  68.      RTS       4    data to scanner
  69.      DSR       6    data from scanner
  70.      DTR      20    data to scanner
  71.      GROUND    7    signal ground
  72.  
  73. There are two 25-pin test connectors. (One of these connectors is
  74. labeled "A", the other is labeled "B".) The hardware examines each
  75. pin on the test connectors, looking for continuity (that is, a
  76. hard-wired connection) with any of the other pins on either the
  77. "A" or "B" connectors.
  78.  
  79. The wiring of each cable is unique and is determined by the needs
  80. of the communication devices which it connects. By checking for
  81. continuity, the Cable Master hardware can quickly determine the
  82. complete wiring of the cable (much like a technician might do using
  83. a "break-out" box or by "Ohming" out the cable using a hand-held
  84. meter).
  85.  
  86. This pin-to-pin continuity information is used by the Cable Master
  87. software to display the wiring diagram for the scanned cable.
  88.  
  89.  
  90. THE SOFTWARE
  91.  
  92. The Cable Master 1 software is a program (called "CM1.EXE") that
  93. operates on an IBM PC (or compatible). This software has the
  94. following features:
  95.  
  96.        Easy-to-use, one-screen user interface
  97.        Scan and identify any cable
  98.        Compare to other cables stored in a disk file
  99.        Each disk file may store up to 70 cable descriptions
  100.        Compact software that easily fits on one floppy diskette
  101.  
  102.  
  103. INSTALLING THE SOFTWARE
  104.  
  105. The Cable Master 1 software does not have an installation
  106. procedure. The software on the diskette is ready for immediate use.
  107. Users may find it easier to copy the Cable Master software to a
  108. directory on a hard disk. This may be done by using the DOS "COPY"
  109. command. For example, insert the Cable Master diskette in drive A
  110. and do the following commands:
  111.  
  112.      C:> MKDIR C:\CM1
  113.      C:> CD A:\CM1
  114.      C:> COPY A:*.* C:\CM1
  115.  
  116. There are two files on the Cable Master diskette used by CM1:
  117.  
  118.      CM1.EXE ... The executable Cable Master 1 program.
  119.      CM1.HLP ... This help file.
  120.  
  121.  
  122. THE COMMAND LINE
  123.  
  124. To use the CM1 program, type the program name at the DOS command
  125. prompt. For example:
  126.  
  127.      C:> CM1
  128.  
  129.  
  130. THE DISK FILE
  131.  
  132. Selects the disk file used by the software. The disk file is used
  133. to match the cables being tested to other (previously defined and
  134. tested) cables. The default file is "CM1.DAT" in the current
  135. directory.
  136.  
  137. Examples:
  138.       
  139.      C:> CM1 filename       -or-
  140.      C:> CM1 a:\filename
  141.  
  142. where "filename" is any file available on any drive. If the file
  143. does not exist, one will be created.
  144.  
  145.  
  146. THE SERIAL PORT
  147.  
  148. Identifies the serial port parameter to which the cable scanning
  149. hardware is attached. Ports from 1 to 4 may be used. The software
  150. will automatically search all of the available ports, looking for
  151. the Cable Master hardware. To re-do this search, press [altW].
  152. To review all of the available serial ports, press [altC].
  153.  
  154. Examples:
  155.      C:> CM1 /3              -or-
  156.      C:> CM1 filename  /3    -or-
  157.      C:> CM1 /3 filename
  158.  
  159.  
  160. THE DISPLAY
  161.  
  162. The display of the CM1 program is divided into four main groups:
  163. the list of cables, the wire list, the cable diagram and the
  164. message area.
  165.  
  166. The bottom line of the display shows some of the active keys. The
  167. top right hand corner of the display shows the version level of the
  168. software.
  169.  
  170.  
  171. THE LIST OF CABLES
  172.  
  173. The list of the cables stored in the disk file. Use the up and
  174. down arrow keys the select a particular cable.
  175.  
  176. When selected, the name for the cable is highlighted and the wire
  177. list and cable diagram are displayed. If the wire list or diagram
  178. is too large to be displayed on the screen, use the left or right
  179. arrow keys to move the cursor to that area of the screen, and the
  180. up and down arrows to display the additional parts of the list or
  181. diagram.
  182.  
  183.  
  184. THE WIRE LIST
  185.  
  186. Shows the wire list for the selected cable. Wire lists are of the
  187. format "Ax,Ay,Bx,By" where "A" indicates the first or "A" side of
  188. the cable, "B" indicates the second or "B" side of the cable and
  189. "x" and "y" are the pin numbers on that particular side.
  190.  
  191.  
  192. THE CABLE DIAGRAM
  193.  
  194. Shows the diagram for the selected cable. Cable diagrams are of the
  195. format "x ──────────── y", where "x" indicates the pin number on
  196. the "A" side and "y" indicates the pin number on the "B" side.
  197.  
  198.  
  199. SCANNING THE CABLE
  200.  
  201. Use the [F4] key to scan and identify a cable. Scanning a cable
  202. takes a snap-shot of the cable currently mounted on the Cable
  203. Master hardware and stores a copy of the wiring diagram into
  204. working memory within the PC.
  205.  
  206. The scanned cable is compared to the list of cables. If a match is
  207. found, the cursor is positioned to the first cable in the list that
  208. matches the scanned cable. If no match is found, a new cable
  209. (called "///new cable///") is added to the end of the list of
  210. cables.
  211.  
  212. Use [Ins] to change the name of a cable. Use [Del] to delete a
  213. cable.
  214.  
  215.  
  216. SAVING THE DATA
  217.  
  218. Use the [F2] key to save data to the input disk file. No changes to
  219. the disk file are made unless the [F2] key is pressed.
  220.  
  221.  
  222. PRINTING A CABLE DIAGRAM
  223.  
  224. Use the [F3] key to print a description of the selected cable to
  225. the printer. (If the printer does not support the IBM character
  226. set, use /A on the command line or press [altA] once.)
  227.  
  228.  
  229. MESSAGES
  230.  
  231. The Cable Master 1 software will occasionally display messages
  232. during its operation. This is a list of those messages, along with
  233. a brief explanation of their meaning:
  234.  
  235.      MATCH ...... During SCAN, the scanned cable exactly matches
  236.                   the indicated cable.
  237.  
  238.      REVERSED ... During SCAN, the scanned cable exactly
  239.                   matches the indicated cable, but End "A" and
  240.                   End "B" are reversed. (The cable is mounted on
  241.                   the Cable Master hardware backwards.)
  242.  
  243.      NO MATCH ... During SCAN, the scanned cable does not exactly
  244.                   match any cable in the list. A new cable (called
  245.                   "///new cable///") has been added to end of
  246.                   the list.
  247.  
  248.      NO WIRES ... The Cable Master hardware detected a cable
  249.                   without wires (probably, no cable is mounted).
  250.  
  251.      NEW FILE ... The input disk file does not exist. If [F2] is
  252.                   used, a new disk file will be created. (A
  253.                   default list of cables has been used.)
  254.  
  255.      ERROR DURING
  256.      WRITE ...... The disk file could not be written (by [F2]).
  257.                   Correct the problem and try again.
  258.  
  259.      ERROR DURING
  260.      SCAN,
  261.      NO DEVICE .. The Cable Master hardware did not respond. Either
  262.                   the hardware is not attached or the serial port
  263.                   is not correctly identified. (Use /2 /3 or /4 on
  264.                   the command line).
  265.  
  266.      OUT OF
  267.      MEMORY ..... There is not enough available memory in this PC
  268.                   to run the CM1 program. Delete some memory
  269.                   resident programs, reboot the PC, or otherwise
  270.                   get more application memory before restarting the
  271.                   CM1 program. (CM1 needs less than 128k to run.)
  272.  
  273.      FILE READ
  274.      ERROR ...... The input disk file could not be read. Correct
  275.                   the problem and try again.
  276.  
  277.  
  278.  
  279.                                                 ALL RIGHTS RESERVED
  280.                                  This program and documentation are
  281.                                                   (c)COPYRIGHT 1992
  282.                                                                  by
  283.                                                             Houston
  284.                                                            Computer
  285.                                                            Services
  286.                                                        Incorporated
  287.                                                 3207 Ashfield Drive
  288.                                           Houston, Texas 77082-2205
  289.                                                 fax: (713) 558-1880
  290.                                               voice: (713) 493-9900
  291.  
  292.